Skip to content

GRG2/oar-sdp

 
 

Repository files navigation

oar-sdp

How to start

Note that this seed project requires node v4.x.x or higher and npm 2.14.7 or higher.

In order to start the project use:

git clone https://github.com/usnistgov/oar-sdp.git
cd oar-sdp
# install the project's dependencies
npm install gulp bower
# install the project's dependencies
npm install
# api document for the app
# npm run build.docs

# dev build
npm run build.dev
# prod build
npm run build.prod

# watches your files and uses livereload by default
npm start

Does not rely on any global dependencies.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 95.6%
  • JavaScript 1.9%
  • HTML 1.4%
  • TypeScript 1.1%