A react boilerplate setup based on create-react-app-typescript including:
Read more about the create-react-app-typescript setup.
This react boilerplate is based on create-react-app-typescript.
All alterations and extensions are done without ejecting the create-react-app.
- Install NodeJS LTS version
- Install Yarn
- Clone this repository
$ git clone git@github.com:yourownmood/react-inuitcss-boilerplate.git project_directory. - Browse to your "project_directory"
$ cd project_directory - Install dependencies:
$ yarn installin this project folder.
- Run
$ yarn startruns the app in the development mode. - Test
$ yarn testLaunches the test runner. - Build
$ yarn buildbuilds the app for production.
Read more about the available commands.