Skip to content

mrandre/Montana-News-Archive

 
 

Repository files navigation

Montana News Archive

Getting Started

  1. Install NVM
  2. Install Node.js 4+
  3. Install NPM dependencies
  4. Start a webserver
nvm install 4 ; nvm alias default 4 # One-time thing to get the right Node.
cd path/to/project
npm install # The tests should pass, and the command shouldn't fail.
npm start # The server will come up on localhost:8080, and print a banner.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.0%
  • HTML 11.8%
  • JavaScript 6.2%
  • CSS 3.0%