Starter app for learning javascript,jquery,css
project.
Before getting this project make sure you installed NodeJS
in your machine. To confirm it is installed run below command on command promt
- Run below script to know Node.js Version
node -v
- Run below script to know npm Version
npm -v
Open command promt or powershell or visual studio code terminal
and run below script to get this project at your box
-
Run below script to download the code to your box
git clone https://github.com/roopkt/Training-JavaScript-App-Starter.git
-
Run below script to navigate to the created folder
cd Training-JavaScript-App-Starter
-
Run below script to get all node packages installed
npm i
To start app, go to the Training-JavaScript-App-Starter
open the folder in visual studio code
or your favorite editor.
Open Terminal from vscode
then run npm start
or Ctrl+B
.
It will launch a browser and watch any file changes inside the src
folder and refresh your browser automatically.
It will not support any ES6
Features
This app is more of ES5
oriented javascript
No modules no ES6
Features supported
No routing is supported
Just single html file support