Follow the instructions below to download and run the project.
Install git
Install node.js
Verify the node.js installation in either Terminal (Mac OS X), or Windows Command Prompt (Windows):
node -v
Verify the npm installation:
npm -v
In a directory where you have write permission, clone the repository from GitHub:
git clone -b master [email protected]:AshleyLab/react_programming_starter_[username].git
When the cloning completes, cd
into the react_programming_starter
directory and run the following command:
npm install
Start the development task
npm start
Go to http://localhost:8080/
To run the tests, use the command
npm test
That will run any file ending in .test.js
in the src
directory using mocha.