Neo
INACTIVE - http://mzl.la/ghe-archive - DEPRECATED: See https://neutrino.js.org for alternative
Install / Use
/learn @mozilla/NeoREADME
DEPRECATED!
Please see Neutrino for an alternative!
https://neutrino.js.org
<p align="center"> <img src="neo.png" height="96" /> </p> <p align="center">Create and build React web applications with zero initial configuration and minimal fuss.</p>
Neo bakes in the best-of-the-bunch configurations and setup to make developing React-based sites quicker and easier. It is not just another React boilerplate, rather Neo gives you a single development dependency enabling you to develop, test, and build which let's you hit the ground running.
Features
- React, Redux, React Router
- Webpack
- ESLint, Babel, ES2015 + modules, Stage 0 preset
- Tests and coverage with Karma, Mocha, Chai, and Enzyme
- Immutable
- Bootstrap 4 and Sass
- Travis CI
Requirements
- Node.js v4+ and npm
Sample App
To view a sample application which contains the initial output of Neo after
running init, check out eliperelman/neo-example.
Initialize empty project
Global
npm install -g mozilla-neo
mkdir <project-name> && cd <project-name>
neo init # and follow the prompts
Local
mkdir -p <project-name>/node_modules && cd <project-name>
npm install mozilla-neo
node_modules/.bin/neo init # and follow the prompts
Sample output
→ create package.json
→ create src/
→ create tests/
→ create .gitignore
→ create .travis.yml
→ create LICENSE
→ create README.md
Install in existing project
npm install --save-dev mozilla-neo
Make changes to configuration by following the scaffold init guide.
Workflow
- Add code to
src/and tests totests/. - Build and watch changes in
src/withnpm start. - Lint and build the project with
npm run build. - Run tests with
npm test.
Changes
v2.7.0
- Support deeply-nested test files in
tests/
v2.6.0
- Support importing modules relative to
src/ - Use
svg-url-loaderfor SVGs
v2.3.0
- Added support for building projects using Node.js v4+
v2.2.0
- Added support for JSON loading
v2.1.0
- Removed Elm from being "baked in"
- Added support for web workers via worker-loader
- Updated a few dependencies
v2.0.0
- Removed
config/eslint.jsin favor ofconfig/eslint.core.jsandconfig/eslint.dev.js - Moved
src/app.jsinto project for easy customization and removal
Contribute
- Issue Tracker: https://github.com/mozilla/neo/issues
- Source Code: https://github.com/mozilla/neo
- Code of Conduct: Adapted from Rust CoC
Note: There is currently a bug in npm from being able to run the npm test
command in this repo in development. As a workaround, make sure you are using a npm 3.8.9 or less.
Support
If you are having issues, please let us know.
Join our Slack community at https://neo-slack.herokuapp.com/.
We also have an IRC channel #neo on Mozilla IRC.
License
This project is licensed under the Mozilla Public License v2.0
Related Skills
node-connect
344.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
96.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
