Skip to content

maheshambiga/audio-recorder-client

Repository files navigation

story-telling app

engines

node: >= 4 <= 8,
npm": >= 3 <= 5

Core Libraries Used

Dependencies

Dev Dependencies

Steps for setting up code

Setup

Install all the dependencies and dev-dependencies listed in package.json. Install CLI invoker for the xclap Javascript task executor and build tool.

 $ npm install
 $ npm install -g xclap-cli
Running Dev build

After the app's been created and npm install completed, you can start the app in dev mode:

 $ clap dev

Further Explorations

To view all the development tasks available type

$ clap
To start in hot mode
$ clap hot
To build your app for production deployment:
$ clap build
To start your app in production mode:
$ npm run prod

Project Structure

Here is a basic top level view of the application's structure:

config - This directory contains the configuration for your application.
src/client - Contains your React application
src/server - Contains your NodeJS server application with SSR support.
test - Contains unit test for your application
xclap.js - entry to Electrode's archetype tasks