Skip to content

malthew/code_simple_SPA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple template to create SPA's with plain JavaScript using Babel, Webpack and Webpacks devserver

Getting started

  • If not alredy done, install nodejs and a sufficient JavaScript Editor (we suggest vs-code)
  • Clone this project
  • In the folder it was cloned into, type npm install
  • In the folder it was cloned into (if you have installed vs-code) type "code ." to open vs-code
  • In the folder it was cloned into type npm start, to run the project via Webpacks development server

repo auto created

repo auto created

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.9%
  • HTML 26.5%
  • CSS 10.6%