• Stars
    star
    5
  • Rank 2,782,057 (Top 57 %)
  • Language
    JavaScript
  • Created about 1 year ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

My boilerplate for creating spa with vanilla Javascript

boilerplate-vanilla-spa ๐Ÿž

My boilerplate for creating a vanilla js spa, the main goal of this is to build an SPA with just pure javascript no dependecies needed, yet, just run with:

  npm start

and your are good to go.

I had to write my own little server to serve all the file requested, it may have some bug but getting there slowly

This doesn't have a compiler(minify, uglify?) cause the way it is intented to be, i can't install any dependency, so, maybe have to do it manualy

I keep working on this

please put a little star on it if you feel like doing it ๐Ÿ˜‰

minor bug not resolved (yet!):

  • changing route add more history than needed

it have hot reload BUT you should run

npm install

for it to run, however this can still work without you installing it.

I'm working on implementing a little web socket so i'll throw up the 'ws'.