react-training-cygnet
Installation
Clone the repository
git clone https://github.com/rmemon/react-training-cygnet
Switch to the repo folder
cd react-training-cygnet
Install the dependencies using npm
npm install
Development server
Run npm start
for a dev server. Navigate to http://localhost:3000/
. The app will automatically reload if you change any of the source files.