React template with typescript and easy-pease, react-router-dom and styled-components installed
- HTML 59.7%
- TypeScript 40.3%
| template | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| template.json | ||
create-react-app <name> --template typescript-multipage
this will start the project
When you start the project you will have by default this librarys installed:
- styled-components
- react-router-dom
- easy-peasy
In the project directory, you can run:
npm install
npm start or yarn start
and you are good to go!