qode-creative-starter-kit
v1.0.0
Published
Qode Creative Starter Kit
Downloads
1
Readme
Qode Creative Starter Kit
A project starter kit including Webpack, Express, Mongo, React, SCSS, & Tachyons.
Awesome tech to create awesome projects. JavaScript rules the world. This starter kit is aimed to give you, the DIY who likes to tinker and tweak, a succint starting point that covers the basics of most projects.
Usage
Clone this repo to get underway with your project. Adjust things as you see fit (see below). Run the project from the CLI with npm start
and you'll see a starter page pop up in the browser with some basic instructions. Follow those. It'll make life better.
Goals
- Webpack to do all-the-things
- SCSS for styles
- Tachyons for consistent styles
- React because React
- Express for the server
- MongoDB because POJO's rule
All the code is well commented to help understand the what & why behind whatever it is you're looking at. It should be relatively straightforward to understand and tweak to your hearts content. Happy coding!