https://github.com/lightsofapollo/core
Everything
https://github.com/lightsofapollo/core
Last synced: 8 months ago
JSON representation
Everything
- Host: GitHub
- URL: https://github.com/lightsofapollo/core
- Owner: lightsofapollo
- Created: 2017-04-19T14:50:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T01:28:55.000Z (almost 9 years ago)
- Last Synced: 2024-12-27T15:12:51.943Z (over 1 year ago)
- Language: TypeScript
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# core
Everything
## Monorepo
Core is structured around a javascript centric (for now at least) single repo.
Sub directories may contain `package.json` and will symlink `node_modules` to
provide a familiar working environment.
The current implementation stores all dependencies in the root `package.json` / `yarn.lock`.
The checked in `node_modules` symlinks in individual projects (see `/web/`) allow
use of `./node_modules/.bin` but is not required for module resolution...
The parent (in root of core) `node_modules` is always searched due to how the
module system resolvers work (both webpack / node).