React template with typescript and easy-pease, react-router-dom and styled-components installed
  • HTML 59.7%
  • TypeScript 40.3%
Find a file
2021-04-10 18:10:09 +01:00
template Commit 2020-11-05 23:11:11 +00:00
package-lock.json Commit 2020-11-05 23:11:11 +00:00
package.json Commit 2020-11-05 23:11:11 +00:00
README.md Update README.md 2021-04-10 18:10:09 +01:00
template.json Commit 2020-11-05 23:11:11 +00:00

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!