React experiment
Description
Trying to learn the basics of React
Install
Fork this repo, then execute the following commands in your terminal:
git clone https://github.com/YOUR-USERNAME/react-experiment.git
npm install
Scripts
- Build -
npm run build
- bundles the files in src folder and puts them ready for production in the dist folder. - Dev -
npm run dev
- starts a live development server to easily reflect changes in the src folder
License
MIT @ FollyWolly