Skip to content

markbrownsword/react-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Device Survey App

Getting Started

Make sure you've got node.js version 0.10.38 installed.

Setup

Clone the repository and run the following command at project root;

$ npm Install # Installs node.js components listed in ./package.json

Build and run the project for local development;

$ npm run build # Builds the react client and outputs JavaScripts to ./build/scripts
$ npm run dev # Starts the express server at *http://localhost:3000*

Run the unit tests;

$ npm run test # Runs Jest unit tests

About

React example app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published