Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/agrmohit/ps-js-gs
- Owner: agrmohit
- Created: 2020-04-22T18:59:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T07:29:38.000Z (almost 4 years ago)
- Last Synced: 2024-11-05T12:15:38.236Z (about 2 months ago)
- Language: CSS
- Homepage:
- Size: 4.33 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.