...
- 1
- 2
- 3
Project With React!
- 📏 ESLint — Pluggable JavaScript linter
- 💖 Prettier - Opinionated Code Formatter
- 🚫 lint-staged - Run linters against staged git files
The best way to start with this project is using npx create-react-app
.
npx create-react-app project-name -e https://github.com/niltonc/wwtoa-millionaire-quiz
If you prefer you can clone this repository and run the following commands inside the project folder:
-
npm install
oryarn
; -
yarn run dev
;
To view the project open http://localhost:3000
.
- Fork this repository;
- Create your branch:
git checkout -b my-new-feature
; - Commit your changes:
git commit -m 'Add some feature'
; - Push to the branch:
git push origin my-new-feature
.