Skip to content

A light wrapper around create-react-app-typescript which also includes a node server, and easy deployment to Heroku.

License

Notifications You must be signed in to change notification settings

dannycochran/create-react-app-typescript-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple directory structure wrapped around create-react-app-typescript, which also includes a node server. You can run everything by doing:

yarn install
yarn run start

This builds create-react-app-typescript, and proxies requests to the node server. Any changes to the client will be handled by create-react-app and you still get hot module reloading.

Any changes to the server will cause the server to restart so you can test API changes.

Run tests for client & server:

yarn run test

To deploy your app to heroku:

heroku login
heroku create

Then, update client/package.json's "homepage" property to be the name of your heroku URL. Finally:

yarn deploy

About

A light wrapper around create-react-app-typescript which also includes a node server, and easy deployment to Heroku.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published