1.0.6 • Published 6 years ago

spas-app v1.0.6

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

SPAS

React boilerplate multiple page app using mongoose/mongoDB as database

This project, SPAS, stands for Single Page App w/ SQL

This project was bootstrapped with Create React App.

Make sure your package.json at server level has these 'scripts' Scripts Having this 'start' script alloss you to run the local SQL server and the client side react app

To properly run this project you must, 1. install these packages: - AOS - Radium - React Bootstrap - React-Page-Scroller - Sequelize (to properly use sequelize you must globally install mysql - 'npm i -g mysql')

(AOS handles animation of components)
(Radium handles extra css events like hover)
(React-Bootstrap is used for some styling aspects)
(React-Page-Scroller treats each component as its own page, allowing you to 'scroll' to change 'pages(components)')

'npm i -S' should install all of the required dependencies.
  1. Go to your config file and change your root settings with your password to access mysql.
  2. Set up your schema file.
  3. Set up your seeds file.
  4. Change the components to fit your personal brand/or band
  5. 'yarn start' to enjoy.