Just clone the repo, install Node.js modules and run npm start
:
$ git clone https://github.com/Aleyasen/DarshanVis-UI.git
$ cd DarshanVis-UI
$ npm install
$ npm start
Then open http://localhost:3000/ in your browser.
The unit tests are powered by chai and mocha.
$ npm test
$ npm run deploy # Deploys the project to GitHub Pages
Alternatively, you can build a production release to manually deploy to S3, Firebase, Netlify, and other static hosts. Simply run the command below and copy the generated build
folder to your static host.
$ npm run build release # Build production release
You can always fetch and merge the recent changes from this repo back into your own project:
$ git checkout master
$ git fetch darshanvis-ui
$ git merge darshanvis-ui/master
$ npm install
- Getting Started with React.js
- Getting Started with GraphQL and Relay
- Getting Started with Highcharts
- Learn ES6, ES6 Features
Made with ♥ by contributors | MIT License