Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Reason implementation of Nameless language IDE

Notifications You must be signed in to change notification settings

nickretallack/nameless-reason

Repository files navigation

nameless-reason

This repository holds an early version of the ReasonReact rewrite of Nameless Language. I switched to the new repository when I upgraded to the newer way to write ReasonReact apps.

Run Project

npm install
npm start
# in another tab
npm run webpack

After you see the webpack compilation succeed (the npm run webpack step), open up src/index.html

Build for Production

npm run build
npm run webpack:production

This will replace the development artifact build/Index.js for an optimized version.

To enable dead code elimination, change bsconfig.json's package-specs module from "commonjs" to "es6". Then re-run the above 2 commands. This will allow Webpack to remove unused code.

About

Reason implementation of Nameless language IDE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published