Skip to content

coditechOld/react-starter-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

???

This is a simple starter app to build a server and client rendered application.

It uses:

  • server:
  • database stuff:
    • sqlite3 for storing data
    • knex for easily communicating with sqlite
  • html stuff:
  • css stuff
    • typestyle for writing CSS as JS
    • csstips helpers for typestyle
    • csx helpers for typestyle
    • node-sass allows to read Sass files and convert them to CSS
  • build stuff (webpack)
    • css:
      • style-loader allows webpack to load CSS files and insert them in the page
      • autoprefixer allows webpack to automatically add vendor prefixes
      • sass-loader allowes webpack to automatically load and run SASS files
      • extract-text-webpack-plugin allows webpack to extract the CSS and put it in an independant CSS file (used in production mode only)
    • other:

Quickstart

fork/clone the repo, then, inside the folder,

install the necessary packages

yarn install

Run the app

yarn start

It's possible that you may have to interrupt the first build (ctrl-c), and run yarn start again.
This only happens on the first build.

Structure

There's README.md in each directory that explains its purpose

About

A good structure for a React app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors