Skip to content
/ kit Public

⭐️ A base project for modern web applications ⭐️

Notifications You must be signed in to change notification settings

hph/kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kit

Deploy

A base project for modern web applications.

Tech stack

What's not included

  • React Router is a good routing solution, but one not required for the example app. It is quite trivial set it up yourself.
  • Immutable is recommended for immutable data structures to be used along with Redux.
  • A testing framework is not included, simply because there are so many different approaches. I recommend Karma and Enzyme, although screenshot testing is also excellent.
  • Server-side rendering is also not included. If you require it, I suggest looking at the various examples elsewhere showcasing it. Depending on how you want to build your application, server-side rendering requires a more complex setup. For now, it will not be included in this project.

Setup & usage

This project requires Node.js v6.1.0 or above. It is best installed via nvm (nvm install 6.1).

You may fetch the code and set up the project by running:

git clone git@github.com:hph/kit.git && cd kit
npm install

You can now run the server:

npm start

This will start the development server unless NODE_ENV is set to production.

About

⭐️ A base project for modern web applications ⭐️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published