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 [email protected]:yourownmood/react-inuitcss-boilerplate.git project_directory
. - Browse to your "project_directory"
$ cd project_directory
- Install dependencies:
$ yarn install
in this project folder.
- Run
$ yarn start
runs the app in the development mode. - Test
$ yarn test
Launches the test runner. - Build
$ yarn build
builds the app for production.
Read more about the available commands.