Basic meteor-react project setup
Full-Stack Web Setup
React, is a Javascript library for building user interfaces.
Meteor, is a free and open-source isomorphic JavaScript web framework written using Node.js.
npm start
: Runs meteor using production settings
npm run dev
: Runs meteor using develop settings
npm run test
: Runs meteor tests with mocha
Run configs are placed in run.sh
file
server/startup/fixtures.js
filerun.sh
file contains env variables and run commands configurationsClient side
Server side
Testing
Code format