Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agrmohit/ps-js-gs

Test repository created for Pluralsight course 'JavaScript: Getting Started' by Mark Zamoyta
https://github.com/agrmohit/ps-js-gs

Last synced: about 2 hours ago
JSON representation

Test repository created for Pluralsight course 'JavaScript: Getting Started' by Mark Zamoyta

Awesome Lists containing this project

README

        

- You will need to have Node installed to start this environment. If you are not sure if you have Node installed run `node -v` in your terminal. If you do not see a version number output, install Node before moving on.
- Install light-server locally and save it to your development environment by running `npm install lite-server --save-dev` in your terminal.
- Run `npm run start` in your terminal to start the server.
- Your browser will open at `localhost:3000`.