2 Forks
11 Stars
11 Watchers

New-Project-Starter-Kit

This starter kit consists of an Express REST API with CRUD capabilities, powered by a Node server, connected to a MongoDB database with Mongoose, and configured for Heroku deployment. This powers a client-side JAMstack static website built with Eleventy, Gulp, PostCSS, and Webpack, and configured for deployment to a CDN via Netlify. The full stack has CI/CD setup - deploy both server and client by merging a pull request into the master branch on GitHub. Sass is linted, transpiled into CSS, post-processed with PostCSS, beautified in development, and minified in production, with source maps. JavaScript is linted, transpiled with Babel, bundled with Webpack, concatenated, and minified in production, with source maps.

How to download and setup New-Project-Starter-Kit

Open terminal and run command
git clone https://github.com/paulshryock/New-Project-Starter-Kit.git
git clone is used to create a copy or clone of New-Project-Starter-Kit repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with New-Project-Starter-Kit https://github.com/paulshryock/New-Project-Starter-Kit/archive/master.zip

Or simply clone New-Project-Starter-Kit with SSH
[email protected]:paulshryock/New-Project-Starter-Kit.git

If you have some problems with New-Project-Starter-Kit

You may open issue on New-Project-Starter-Kit support forum (system) here: https://github.com/paulshryock/New-Project-Starter-Kit/issues