- Click
Use this template
. This will create a new repository for you based on this template. - Clone the code to your local machine.
- Run
npm install
in the root directory of your project folder. - Happy hacking ...
In the project directory, you can run:
To start the server.
To start the server with Nodemon. That's especcialy useful if you are developing the server file. Nodemon handles restarting the server on change for you.
To start the create-react-app.
To start storybook.
To start server and client with concurrently.
To run your tests.
To build create-react-app and storybook. Normally you wouldn't do this, as your deployment pipeline will take care of this.
Configuration is optimized for deployment with Heroku. If you want to deploy this somewhere else you maybe have to change the configuration files.
This project is inspired by cra-with-api