All Projects → DimiMikadze → Express React Redux Starter

DimiMikadze / Express React Redux Starter

Starter for Express, React, Redux, SCSS applications

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Express React Redux Starter

Mean
The MEAN stack uses Mongo, Express, Angular(6) and Node for simple and scalable fullstack js applications
Stars: ✭ 12,125 (+5757.49%)
Mutual labels:  mongodb, express
Node Redux Auth
Token authentication system using Node, Mongo, React, Redux
Stars: ✭ 179 (-13.53%)
Mutual labels:  mongodb, scss
Mern
🌐 MERN stack 2.0 - MongoDB, Express, React/Redux, Node
Stars: ✭ 175 (-15.46%)
Mutual labels:  mongodb, express
Multer Gridfs Storage
🍃 GridFS storage engine for Multer to store uploaded files directly to MongoDb
Stars: ✭ 162 (-21.74%)
Mutual labels:  mongodb, express
Node Rem
Node REM - NodeJS Rest Express MongoDB and more: typescript, passport, JWT, socket.io, HTTPS, HTTP2, async/await, nodemailer, templates, pagination, docker, etc. Live Demo: https://node-rem-ngduc.vercel.app
Stars: ✭ 192 (-7.25%)
Mutual labels:  mongodb, express
Ecommerce Site Template
A beautiful e-commerce template powered by React, Redux and other modern web tech.
Stars: ✭ 167 (-19.32%)
Mutual labels:  mongodb, express
Mevn Stack
A Quickstart for building an Express API with a VueJS Admin Portal
Stars: ✭ 178 (-14.01%)
Mutual labels:  mongodb, express
Youtubemeetupappreactnativenode
Repos of my youtube tutorial where we build a Meetup app with React-Native and Node
Stars: ✭ 153 (-26.09%)
Mutual labels:  mongodb, express
Focus Budget Manager
Budget Manager application built with Vue.js, Node.js, Express.js and MongoDB
Stars: ✭ 189 (-8.7%)
Mutual labels:  mongodb, scss
Blog Service
blog service @nestjs
Stars: ✭ 188 (-9.18%)
Mutual labels:  mongodb, express
Frisky
🍿 Open Source GraphQL API for Online Shows
Stars: ✭ 161 (-22.22%)
Mutual labels:  mongodb, express
Vue Node Pastime
😄 基于vue全家桶、nodejs和mongodb的前后端整合项目
Stars: ✭ 200 (-3.38%)
Mutual labels:  mongodb, express
Typescript Mern Starter
Build a real fullstack app (backend+website+mobile) in 100% Typescript
Stars: ✭ 154 (-25.6%)
Mutual labels:  mongodb, express
Api.xiaoduyu.com
🐟小度鱼 - 年轻人的交流社区 https://www.xiaoduyu.com
Stars: ✭ 168 (-18.84%)
Mutual labels:  mongodb, express
Chat
Stars: ✭ 155 (-25.12%)
Mutual labels:  mongodb, express
Intro To Graphql
[Course] Introduction to GraphQL
Stars: ✭ 175 (-15.46%)
Mutual labels:  mongodb, express
Express Mongodb Rest Api Boilerplate
A boilerplate for Node.js apps / Rest API / Authentication from scratch - express, mongodb (mongoose).
Stars: ✭ 153 (-26.09%)
Mutual labels:  mongodb, express
Next Graphql Blog
🖊 A Blog including a server and a client. Server is built with Node, Express & a customized GraphQL-yoga server. Client is built with React, Next js & Apollo client.
Stars: ✭ 152 (-26.57%)
Mutual labels:  mongodb, express
Node.js
一步一步学习Node.js,带你从零开始学习Node.js!本仓库是自己总结的Node.js学习图文教程,里面有学习案列和源代码(pubdreamcc原创,欢迎转载,欢迎star)
Stars: ✭ 181 (-12.56%)
Mutual labels:  mongodb, express
Feathers Vue
A boiler plate template using Feathers with Email Verification, Vue 2 with Server Side Rendering, stylus, scss, jade, babel, webpack, ES 6-8, login form, user authorization, and SEO
Stars: ✭ 195 (-5.8%)
Mutual labels:  express, scss

DEPRECATED. This project is not maintained anymore.

Build Status

Starter for Express, React, Redux, SCSS applications

Features

  • Webpack development and production environment configuration
  • Webpack SCSS configuration
  • React Hot loader
  • React Router configuration
  • React, Redux configuration
  • Testing environment configured with Mocha and Chai
  • Linting with Airbnb eslint configuration

Getting Started

Clone Repo

git clone https://github.com/DimiMikadze/express-react-redux-starter.git

npm install dependencies

cd express-react-redux-starter 

npm install

Start development server with hot reloading

npm run dev

Testing

Run test once

npm run test

Test watch

npm run test:watch

Linting

For linting i'm using Eslint with Airbnb Eslint configuration

npm run lint

Production

Build for production

npm run build

Start production server

npm run start

Note: I'm using pm2 for production server, you should install it on server via 'npm install pm2 -g'. if you don't want to use pm2, just change pm2 with node in package.json file in scripts section.

Contributing

contributions are welcome!

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].