@mixup/mixup
v2.3.14
Published
A modular build tool based on webpack.
Downloads
4
Readme
Quick Start
npm install -g create-mixup-app
create-mixup-app my-app
cd my-app
npm start
Then open http://localhost:3000/ to see your app.
That's it. You don't need to worry about setting up multiple webpack configs or other build tools. Just start editing src/App.js
and go!
Below is a list of commands you will probably find useful.
npm start
or yarn start
Runs the project in development mode.
You can view your application at http://localhost:3000
The page will reload if you make edits.
npm run build
or yarn build
Builds the app for production to the build folder.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
npm test
or yarn test
Runs the test watcher (Jest) in an interactive mode. By default, runs tests related to files changed since the last commit.
MIT License