@sweetcom/cli
v0.0.83
Published
Client that allows to develop react applications faster
Downloads
1
Maintainers
Readme
@sweetcom/cli : sweet
is a command line cli that will run build and init SweetApps with sw command line you can create, build, start(dev mode) or test your app
dependencies :
- nodejs >= 11
- List of Dependencies
webpack
webpack-dev-server
webpack-node-externals
copy-webpack-plugin
html-webpack-plugin
mini-css-extract-plugin
node-sass
sass-loader
style-loader
css-loader
file-loader
babel-loader
@babel/core
@babel/plugin-proposal-class-properties
@babel/preset-env
@babel/preset-react
Basic usage:
To install the command line cli run :
npm install -g @sweetcom/cli
Start your application from default template
sweet init Myapp
cd Myapp
sweet start
Build your app
sweet build
MACOSX:
if your using a mac make sure xcode is installed run
$ gcc -v
#if it propose to you to install xcode do it