The Purpose of this site is to invite new members to our club by presenting current and past projects and events and posting news of progress of current projects. Once a member, this site will create a centeral hub for members to find links and resources and keep up-to-date with its native app (repo here: react native). This site will have logins for members, project managers and admins to maintain the site. Check out the Checkvist outline here.
Node is a JavaScript runtime built on Chrome's V8 JavaScript engine
Express is a minimal and flexible Node.js web application framework
MongoDB is a free and open-source cross-platform document-oriented database
Angular is a development platform for building mobile and desktop web applications
SASS is an extension of CSS that adds power and elegance to the basic language
Bootstrap is a sleek, intuitive, and powerful mobile first front-end framework
JQuery is a fast, small, and feature-rich JavaScript library
- Install Node(6.3.x or newer), LTS version is ok
- Open terminal/cmd in root directory of where you cloned the project on your computer
- Install project dependencies by entering
$ npm install
- To start the server:
$ npm run dev
If you receive any errors, confirm that npm install was successful and try again - The development server should now be live at http://localhost:3000
If you're using Google Chrome, install LiveReload extension to automatically reload the webpage on changes